home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 2.adf / examples.lzh / getfile / makefile < prev    next >
Makefile  |  1990-09-13  |  98b  |  6 lines

  1. CFLAGS=-so -qv
  2.  
  3. testing:    testing.o safeclose.o getfile.o
  4.     ln testing.o safeclose.o getfile.o -lc
  5.  
  6.